Lines Matching defs:SandboxIRTest

1 //===- SandboxIRTest.cpp --------------------------------------------------===//
29 struct SandboxIRTest : public testing::Test {
37 Err.print("SandboxIRTest", errs());
47 TEST_F(SandboxIRTest, ClassID) {
113 TEST_F(SandboxIRTest, ConstantInt) {
299 TEST_F(SandboxIRTest, ConstantFP) {
455 TEST_F(SandboxIRTest, ConstantAggregate) {
529 TEST_F(SandboxIRTest, ConstantAggregateZero) {
598 TEST_F(SandboxIRTest, ConstantPointerNull) {
625 TEST_F(SandboxIRTest, PoisonValue) {
680 TEST_F(SandboxIRTest, UndefValue) {
738 TEST_F(SandboxIRTest, GlobalValue) {
804 TEST_F(SandboxIRTest, GlobalObject) {
868 TEST_F(SandboxIRTest, GlobalIFunc) {
946 TEST_F(SandboxIRTest, GlobalVariable) {
1060 TEST_F(SandboxIRTest, GlobalAlias) {
1126 TEST_F(SandboxIRTest, NoCFIValue) {
1151 TEST_F(SandboxIRTest, ConstantPtrAuth) {
1188 TEST_F(SandboxIRTest, ConstantExpr) {
1206 TEST_F(SandboxIRTest, BlockAddress) {
1254 TEST_F(SandboxIRTest, DSOLocalEquivalent) {
1278 TEST_F(SandboxIRTest, ConstantTokenNone) {
1302 TEST_F(SandboxIRTest, Use) {
1414 TEST_F(SandboxIRTest, RUOW) {
1473 TEST_F(SandboxIRTest, RAUW_RUWIf) {
1527 TEST_F(SandboxIRTest, DuplicateUses) {
1546 TEST_F(SandboxIRTest, Function) {
1631 TEST_F(SandboxIRTest, Module) {
1689 TEST_F(SandboxIRTest, BasicBlock) {
1757 TEST_F(SandboxIRTest, Instruction) {
1938 TEST_F(SandboxIRTest, VAArgInst) {
1971 TEST_F(SandboxIRTest, FreezeInst) {
2000 TEST_F(SandboxIRTest, FenceInst) {
2046 TEST_F(SandboxIRTest, SelectInst) {
2124 TEST_F(SandboxIRTest, ExtractElementInst) {
2168 TEST_F(SandboxIRTest, InsertElementInst) {
2217 TEST_F(SandboxIRTest, ShuffleVectorInst) {
2631 TEST_F(SandboxIRTest, ExtractValueInst) {
2738 TEST_F(SandboxIRTest, InsertValueInst) {
2841 TEST_F(SandboxIRTest, BranchInst) {
2946 TEST_F(SandboxIRTest, LoadInst) {
3025 TEST_F(SandboxIRTest, StoreInst) {
3107 TEST_F(SandboxIRTest, ReturnInst) {
3146 TEST_F(SandboxIRTest, CallBase) {
3297 TEST_F(SandboxIRTest, CallInst) {
3347 TEST_F(SandboxIRTest, InvokeInst) {
3437 TEST_F(SandboxIRTest, CallBrInst) {
3550 TEST_F(SandboxIRTest, LandingPadInst) {
3610 TEST_F(SandboxIRTest, FuncletPadInst_CatchPadInst_CleanupPadInst) {
3700 TEST_F(SandboxIRTest, CatchReturnInst) {
3764 TEST_F(SandboxIRTest, CleanupReturnInst) {
3835 TEST_F(SandboxIRTest, GetElementPtrInstruction) {
3968 TEST_F(SandboxIRTest, Flags) {
4027 TEST_F(SandboxIRTest, CatchSwitchInst) {
4131 TEST_F(SandboxIRTest, ResumeInst) {
4169 TEST_F(SandboxIRTest, SwitchInst) {
4297 TEST_F(SandboxIRTest, UnaryOperator) {
4419 TEST_F(SandboxIRTest, BinaryOperator) {
4603 TEST_F(SandboxIRTest, PossiblyDisjointInst) {
4628 TEST_F(SandboxIRTest, AtomicRMWInst) {
4790 TEST_F(SandboxIRTest, AtomicCmpXchgInst) {
4981 TEST_F(SandboxIRTest, AllocaInst) {
5121 TEST_F(SandboxIRTest, CastInst) {
5320 TEST_F(SandboxIRTest, PossiblyNonNegInst) {
5429 TEST_F(SandboxIRTest, TruncInst) {
5441 TEST_F(SandboxIRTest, ZExtInst) {
5453 TEST_F(SandboxIRTest, SExtInst) {
5465 TEST_F(SandboxIRTest, FPTruncInst) {
5477 TEST_F(SandboxIRTest, FPExtInst) {
5489 TEST_F(SandboxIRTest, UIToFPInst) {
5501 TEST_F(SandboxIRTest, SIToFPInst) {
5514 TEST_F(SandboxIRTest, FPToUIInst) {
5526 TEST_F(SandboxIRTest, FPToSIInst) {
5537 TEST_F(SandboxIRTest, IntToPtrInst) {
5550 TEST_F(SandboxIRTest, PtrToIntInst) {
5562 TEST_F(SandboxIRTest, BitCastInst) {
5574 TEST_F(SandboxIRTest, AddrSpaceCastInst) {
5606 TEST_F(SandboxIRTest, PHINode) {
5810 TEST_F(SandboxIRTest, ICmpInst) {
5811 SCOPED_TRACE("SandboxIRTest sandboxir::ICmpInst tests");
5871 TEST_F(SandboxIRTest, FCmpInst) {
5872 SCOPED_TRACE("SandboxIRTest sandboxir::FCmpInst tests");
5954 TEST_F(SandboxIRTest, UnreachableInst) {
5981 TEST_F(SandboxIRTest, CheckClassof) {
5987 TEST_F(SandboxIRTest, InstructionCallbacks) {
6084 TEST_F(SandboxIRTest, FunctionObjectAlreadyExists) {