Searched defs:CE (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeEmitter.cpp184 const llvm::ConstantExpr *CE = (llvm::ConstantExpr*) C; local
185 const llvm::Constant *Op0 = CE->getOperand(0);
187 switch (CE->getOpcode()) {
190 llvm::SmallVector<llvm::Value*, 8> Indices(CE->op_begin() + 1,
191 CE->op_end());
202 llvm::cast<llvm::IntegerType>(CE->getType())->getBitWidth();
211 llvm::cast<llvm::IntegerType>(CE->getType())->getBitWidth();
220 llvm::cast<llvm::IntegerType>(CE->getType())->getBitWidth();
241 if (CE->getType()->isFloatTy())
244 else if (CE
528 Msg << "ConstantExpr not handled: " << *CE; local
[all...]

Completed in 63 milliseconds